home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Interface / it.dig / scripts / DefineButton2_204 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-07-26  |  161 b   |  7 lines

  1. on(release){
  2.    _level6.naveg("CORRIDA");
  3.    _global.Categoria_xml = "CORRIDA";
  4.    _root.Categoria(_global.Categoria_xml);
  5.    _root.categoria_mc.play();
  6. }
  7.